home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 3
/
Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso
/
music2
/
mepody.exe
/
BYE1.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-23
|
294b
|
8 lines
#include <dos.h>
int melody[][2] = {
{ 0, 0},{ 0,100},{175,100},{ 0,100},{349,100},{330,100},{349,100}
,{ 0,100},{220,100},{ 0,100},{233,100},{ 0,100},{349,100},{ 0,100}
,{220,100},{ 0,100},{349,100},{ 0,100},{196,100},{ 0,100},{330,100}
,{ 0,100},{349,200}};
#define MAX 22